home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / comm / jlpl480.zip / GENERAL.HLP < prev    next >
Text File  |  1992-02-28  |  20KB  |  539 lines

  1.  
  2.  
  3. ┌─────────────────────────────────────────────────────────────────────────────┐
  4. │ General Informations about THE JL's.........................................│
  5. └─────────────────────────────────────────────────────────────────────────────┘
  6.  
  7.                    ╔════════════════════════════════╗
  8.                    ║ READING THIS FILE IS IMPORTANT ║
  9.                    ╚════════════════════════════════╝
  10.  
  11.                      Contents
  12.                      ───────────────────────────────
  13.                    ■ Description of general options
  14.                    ■ CONFIG.SYS
  15.                    ■ JL.CNF
  16.                    ■ JLPATH within your environment
  17.                    ■ Limitations
  18.                    ■ General parameters
  19.                    ■ General things
  20.                    ■ ERROR CODES
  21.  
  22.  
  23.  
  24. Here you find informations about general options, limitations, JL.CNF
  25. and how to set the JLPATH Environment Variable.
  26.  
  27. JLUTIL is an Utility from Juergen Lorenz, Germany. It is compiled with
  28. the latest version of Turbo Pascal and includes several powerful options.
  29. Start JLUTIL with the available options.
  30.  
  31.      e.g.       JLUTIL /DC
  32.      or         JLUTIL /IL /AN /DM ?,30 /SU
  33.            
  34. The program has access to the environment, so you can start JLUTIL
  35. from any directory, if you have specified the GT-Directory with
  36. SET GTPATH= and the JL-Directory with SET JLPATH= Command.
  37.  
  38. You can redirect the input and/or the output and you can use JLUTIL
  39. remotely.
  40.                  
  41.      e.g.       JLUTIL /DM  < TEST01.BEH
  42.      or         JLUTIL /AN  > ANALYSIS.TXT
  43.  
  44. Most of the JLUTIL-Activities are logged into a file called JL.LOG.
  45. If you want to have Extended Logging you must set in JL.CNF EL=TRUE.
  46.  
  47. Within the file JL.CTL are some informations stored about the usage of
  48. JLUTIL. /AN -J sends me the content as a msg. JLUTIL sends me sometimes
  49. automatically a report. This helps me to enhance JLUTIL and to see,
  50. which options are in use and which aren't. Also i get a feeling, how
  51. many people are using JLUTIL.
  52.  
  53.  
  54.  
  55.  
  56.  
  57. ┌─Description of general options─────────────────────────────────────────────┐
  58. └────────────────────────────────────────────────────────────────────────────┘
  59.  
  60.   The following general options can be used every time, you are running
  61.   THE JL's.
  62.  
  63.  
  64. ┌─────────────────────┐
  65. │ /DATE i,..,j[k,..m] │
  66. └─────────────────────┘
  67.  
  68.    i is a day, k a weekday. You can specify at which date JLUTIL will be
  69.    executed, eg JLUTIL /IL -M /DATE 1, this will produce a monthly report,
  70.    if it is the first day of the month. The format is:  /DATE days delimited
  71.    with commas and followed with the weekdays in brackets.
  72.    eg JLUTIL /MO /DATE 1,15[1]  This will run the Register-Module at every
  73.    first and the 15th day of a month and at every Sunday.  (Sunday[1] ..
  74.    Saterday[7]).  eg JLUTIL /AN /DATE [1]  makes an analysis at every Sunday.
  75.  
  76.  
  77. ┌────────┐
  78. │ /DEBUG │
  79. └────────┘
  80.  
  81.    displays passed marks (only for Error trapping). You can see which files
  82.    JLUTIL assigns and closes.  Run eg. JLUTIL /AN /DEBUG
  83.  
  84.  
  85. ┌────────┐
  86. │ /PAUSE │
  87. └────────┘
  88.  
  89.    If you insert this parameter, JLUTIL will pause after  24 lines.
  90.  
  91.  
  92. ┌─────────┐
  93. │ /EXTLOG │
  94. └─────────┘
  95.  
  96.    Force ExtendedLog. Or use the EL= Line within JL.CNF.
  97.  
  98.  
  99. ┌───────────────┐
  100. │ /SKIPCNFCHECK │
  101. └───────────────┘
  102.  
  103.    Forces the JL's to skip the check of JL.CNF and GT.CNF for unknown or
  104.    double variables.
  105.  
  106.  
  107. ┌───────┐
  108. │ /!001 │
  109. └───────┘
  110.  
  111.    You can setup a File for each option. The Name is JL{xx}.TXT, where xx
  112.    stands for the name of the option. This File will be displayed after
  113.    the JLHeader, if it exists and you specify this general parameter,
  114.    and after displaying this File, the User will be asked, if he wants to
  115.    continue. This helps you to explain each option.
  116.  
  117.  
  118. ┌───────┐
  119. │ /!002 │
  120. └───────┘
  121.  
  122.    Use this general option, if you get a TP Error 203 (Heap Overflow).
  123.    THE JL's will not copy JL.MSG to the heap, if this option is used.
  124.  
  125.  
  126. ┌───────┐
  127. │ /!003 │
  128. └───────┘
  129.  
  130.    If you use this parameter, THE JL's skip reading GTUSER.BBS. They
  131.    set the actual user to SA= in JL.CNF and give him level [0] and the
  132.    authorization [SY].
  133.  
  134.  
  135.  
  136.  
  137.  
  138. ┌─CONFIG.SYS─────────────────────────────────────────────────────────────────┐
  139. └────────────────────────────────────────────────────────────────────────────┘
  140.  
  141.   THE JL's open some Files and need ANSI.SYS. Please insert the following
  142.   lines into your CONFIG.SYS.
  143.  
  144.                          ┌CONFIG.SYS──────────────────┐
  145.                          │                            │
  146.                          │  DEVICE   = ANSI.SYS       │
  147.                          │  FILES    = 50  {or more}  │
  148.                          └────────────────────────────┘
  149.  
  150.  
  151. ┌─JL.CNF─────────────────────────────────────────────────────────────────────┐
  152. └────────────────────────────────────────────────────────────────────────────┘
  153.  
  154. In position  1-2 of  each record  in the configuration file is a code to
  155. identify a parameter.    After  the  "=",  the  value  of  the parameter
  156. appears. You can specify a value, but it is not necessary. But if a
  157. variable is missing, THE JL's will quit with an error. So you have to
  158. insert all variables, but you can leave them blank.
  159.  
  160.  
  161. ┌──────────────────────────────┐
  162. │ Serial-specific informations │
  163. └──────────────────────────────┘
  164.  
  165.   SA=Your Name              SystemAdministrator
  166.   SO=ALL                    Registered Options.
  167.   SN=000000                 SerialNumber
  168.   SC=xxxx-yyyy              SerialNumber CRC, if known
  169.   NC=xxxx-yyyy              Local NetMail Coordinator CRC, if known
  170.   DC=xxxx-yyyy              Distributor CRC, if known
  171.  
  172.  
  173. ┌───────────────────┐
  174. │ Names of CoSysops │
  175. └───────────────────┘
  176.  
  177.   MM=Name of CoSysop        CoSysop for Msgs
  178.   UM=Name of CoSysop        CoSysop for Users
  179.   FM=Name of CoSysop        CoSysop for Files
  180.   PF=Juergen Lorenz         JLUTIL sends me a MSG, if an Error occurs
  181.                             (Not in Use at this time)
  182.  
  183.  
  184. ┌──────────────────┐
  185. │ GT Compatibility │
  186. └──────────────────┘
  187.  
  188.   GT=17                     GT-Version IN [0,14,15,16,17]
  189.                             If you specify GT=0, THE JL's are running in
  190.                             local mode. They don't need GT. Everybody, if
  191.                             he has a GT BBS installed or not, can run THE
  192.                             JL's then, but of course only options, which
  193.                             don't need GT.
  194.                             If you set GT to 17, JLUTIL will set the
  195.                             GTVersion internally back to 16.
  196.  
  197.  
  198. ┌──────────────────────┐
  199. │ Variables for JLBANK │
  200. └──────────────────────┘
  201.  
  202.   CL=A..Z                   Contribution-Levels for JLBANK
  203.  
  204.  
  205. ┌──────────────────────┐
  206. │ Variables for JLPLOT │
  207. └──────────────────────┘
  208.  
  209.   OD=01-01-89               Date for JLCALL1.LOG, JLCALL2.LOG and
  210.                             JLREAD.LOG. JLUTIL loggs the number of
  211.                             days between this and the actual date.
  212.  
  213.  
  214. ┌─────────────────────────┐
  215. │ Directories for the MCS │
  216. └─────────────────────────┘
  217.  
  218.   M1=E:\GT\MCSUSER          The MCS writes UserMsgs  into this MSG-Area
  219.   M2=E:\GT\MCSSYSOP         The MCS writes SysopMsgs into this MSG-Area
  220.   M3=E:\GT\MAILING          The MailingLists writes Msgs into this
  221.                             MSG-Area
  222.   M4=C:\JLUTIL\BANK         The homedirectory of JLBANK.
  223.  
  224. ┌───────────────┐
  225. │ Miscellaneous │
  226. └───────────────┘
  227.  
  228.   DI=1                      Display:  1  Normal  (redirectable)
  229.                                       2  Faster  (local mode, not redirectable)
  230.  
  231.   MD=C                      MAIL-DRIVE (here are \MAILOUT etc.)
  232.   ZP=C:\TOOLS\              ZIP-PATH   (here are PKZIP.EXE and PKUNZIP.EXE)
  233.  
  234.   MP=C:\JLUTIL\MSG\         MSG-Path   (here are 00= to ...)
  235.   HP=C:\JLUTIL\HLP\         HLP-Path   (here are all *.HLP Files from THE JL's)
  236.   LP=C:\JLUTIL\LOG\         LOG-Path   (here are LogFiles, L1= to ...)
  237.   QP=C:\JLUTIL\QST\         QST-Path   (here are all QUEST*.* Files for /QU)
  238.  
  239.                             If you have specified HP=D:\JLUTIL\HLP\ then
  240.                             JLUTIL searches the *.HLP files within
  241.                             C:\JLUTIL\HLP\*.HLP.
  242.  
  243.   EL=TRUE                   EXTENDED LOGGING  True OR False
  244.   PL=4                      Minimum Password Length (for /IP /CU)
  245.   PH=TRUE                   Display PhoneNumber (for /SU /MC)  TRUE or FALSE
  246.   AN=TRUE                   ANSI:  TRUE / FALSE / CALLER
  247.   TO=5                      TimeOut in minutes
  248.   CU=                       Currency (for /IL and JLBANK) eg. DM, $US
  249.   ED=INTERNAL               Name of your Editor (including Path)
  250.                             eg: ED=C:\TOOLS\Q.EXE
  251.                             or: ED=INTERNAL  if you want to use the
  252.                                              internal Editor.
  253.   DE=                       DefaultCommandLine, if the CommandLine is
  254.                             empty. If you entering at the DOS Prompt
  255.                             JLUTIL without any parameters, JLUTIL
  256.                             will do, what is specified here. If DE=/HE,
  257.                             it will run HE.
  258.   KI=TRUE                   Can be TRUE or FALSE. With this variable
  259.                             you can determine, if Users with invalid
  260.                             levels will be killed - if KI=TRUE - or
  261.                             not - if KI=FALSE.
  262.  
  263. ┌───────────────┐
  264. │ Message-Files │
  265. └───────────────┘
  266.  
  267.   JLUTIL sends the ??????_U.MSG Files to the User and the
  268.   ??????_S.MSG Files to the Sysop. You can add - separated
  269.   with a komma - the subject of the message. This Subject
  270.   can include variables like @RFN, etc. For options like IL.
  271.  
  272.  
  273.   MO=CHANGE OF YOUR LEVEL   Subject of the MO option Messages
  274.   00=UNKNOW_U.MSG
  275.   01=BADPSW_S.MSG,BAD PASSWORDS
  276.   02=BADPSW_U.MSG,HACKING FOR YOU !!!
  277.   03=DENIED_S.MSG
  278.   04=DENIED_U.MSG
  279.   05=DLLOAD_S.MSG
  280.   06=DLLOAD_U.MSG
  281.   07=UPLOAD_S.MSG
  282.   08=UPLOAD_U.MSG,Thx, @RFN @RLN
  283.   09=ANSWER_U.MSG
  284.   10=TRASH_S .MSG
  285.   11=CHNGEPSW.MSG
  286.   12=TOADMIN .001
  287.   13=CHNG_LVL.MSG
  288.   14=USDTIM_S.MSG
  289.   15=USDTIM_U.MSG
  290.   16=MISC_S  .MSG
  291.   17=MISC_U  .MSG
  292.   18=DORUSE_S.MSG
  293.   19=DORUSE_U.MSG
  294.   20=INVOIC_U.MSG
  295.   21=TOSENDER.MSG
  296.  
  297.  
  298. ┌───────────────────┐
  299. │ Name of LOG-Files │
  300. └───────────────────┘
  301.  
  302.   Please don't change the following settings. If you want to change
  303.   L2= to L3= then use names with the following format:
  304.  
  305.   Path\??????I.???         I is 1 for L2=  and I = 2 for L3=
  306.  
  307.  
  308.   L1=JL      .LOG
  309.   L2=JLCALL1 .LOG           \
  310.   L3=JLCALL2 .LOG            >-- for JLPLOT
  311.   L4=JLREAD  .LOG           /
  312.   L5=JLBANK  .LOG           ---- for JLBANK
  313.   P1=PAY1.MSG               \
  314.   P2=PAY2.MSG                >-- for JLBANK
  315.   P3=PAY3.MSG               /
  316.  
  317.  
  318. ┌────────────────────┐
  319. │ Colors of THE JL's │
  320. └────────────────────┘
  321.  
  322.   If you don't insert the following variables, JLUTIL uses the
  323.   GT Colors from GT.CNF. You can overwrite the GT Colors with
  324.   specifying different values within JL.CNF.
  325.  
  326.  
  327.             ┌─Color Number Table─────────────────────┐
  328.             │                                        │
  329.             │ Dark Colors         Light Colors       │
  330.             │ ════════════════    ══════════════════ │
  331.             │ 0 : Black           8  : Dark Gray     │
  332.             │ 1 : Blue            9  : Light Blue    │
  333.             │ 2 : Green           10 : Light Green   │
  334.             │ 3 : Cyan            11 : Light Cyan    │
  335.             │ 4 : Red             12 : Light Red     │
  336.             │ 5 : Magenta         13 : Light Magenta │
  337.             │ 6 : Brown           14 : Yellow        │
  338.             │ 7 : Light Gray      15 : White         │
  339.             └────────────────────────────────────────┘
  340.  
  341.  
  342.   WF= Window foreground color number.  Anyone of the 16 values from the
  343.       table above.
  344.   WB= Window background color number.  Anyone of the DARK shades, 0-7,
  345.       from the table above.
  346.   WR= Window-frame foreground color number.  Anyone of the 16 values
  347.       from the table above.
  348.   WS= Window-frame background color number.  Anyone of the DARK shades
  349.                  from the table above.
  350.   HF= Option hi-lite color, foreground.
  351.   HB= Option hi-lite color, background.
  352.   OF= Option lo-lite color, foreground.
  353.   OB= Option lo-lite color, background.
  354.   TF= Status line color, foreground.
  355.   TB= Status line color, background.
  356.   WU= Window Title color, foreground.
  357.   WV= Window Title color, background.
  358.   DU= Phone directory hi-lite color, foreground.
  359.   DV= Phone directory hi-lite color, background.
  360.  
  361.  
  362.  
  363. ┌─JLPATH within your environment─────────────────────────────────────────────┐
  364. └────────────────────────────────────────────────────────────────────────────┘
  365.                 
  366. Please set the JLPATH= Variable with the SET Command:
  367.  
  368.     e.g.   SET JLPATH=_______________ to the home directory of THE JL's.
  369.           
  370.  
  371. The specified directory is the home directory of JLUTIL. Here must
  372. be all JLUTIL Files. Put this commandline into your AUTOEXEC.BAT.
  373.                
  374.  
  375.  
  376.  
  377. ┌─Limitations────────────────────────────────────────────────────────────────┐
  378. └────────────────────────────────────────────────────────────────────────────┘
  379.  
  380.   ■        200 User   large PickLists
  381.   ■       ---- KB     Undelimited Editor
  382.   ■   1.1e4932 Calls  Display Calls
  383.  
  384.  
  385.  
  386.  
  387. ┌─General parameters─────────────────────────────────────────────────────────┐
  388. └────────────────────────────────────────────────────────────────────────────┘
  389.  
  390. ┌─────────┐
  391. │ MsgArea │
  392. └─────────┘
  393.  
  394.   Here you can specify the [DosName] of the MsgArea, or you
  395.   specify [?] and choose the MsgArea from a menue. If you want,
  396.   you can specify [~] to select the NetMailArea.
  397.  
  398.  
  399.  
  400. ┌─General things─────────────────────────────────────────────────────────────┐
  401. └────────────────────────────────────────────────────────────────────────────┘
  402.  
  403. THE JL's are assuming that they are in use by the logged on GTUser,
  404. who is specified in GTUSER.BBS. If you are using THE JL's locally,
  405. you have to change GTUSER.BBS. Perhaps you make your own GTUSER.MY
  406. and if you want to use THE JL's you start a batch, which copies
  407. GTUSER.MY to GTUSER.BBS before it runs THE JL's.
  408.  
  409.  
  410.  
  411. ┌─ERROR CODES────────────────────────────────────────────────────────────────┐
  412. └────────────────────────────────────────────────────────────────────────────┘
  413.  
  414. If an error occurs, please make use of the possibility to run THE JL's
  415. in debug mode using the general parameter /DEBUG.
  416.  
  417.  1  The variable GTPATH= isn't specified within the environment.
  418.     Enter GTPATH=xxx at the DOS prompt (xxx must be your GT directory).
  419.  
  420.  2  The variable STPATH= isn't specified within the environment.
  421.     Enter STPATH=xxx at the DOS prompt (xxx must be your ST directory).
  422.  
  423.  3  The variable JLPATH= isn't specified within the environment.
  424.     Enter JLPATH=xxx at the DOS prompt (xxx must be your JL directory).
  425.  
  426.  4  THE JL's want to delete a file, but this is impossible. Perhaps
  427.     because it is readonly or the PATH is incorrect etc. Check the
  428.     filename. Perhaps it was in use by another program. While trying
  429.     to delete the file an ioerror happened.
  430.  
  431.  5  NOT IN USE.
  432.  
  433.  6  Read the Error-Message.
  434.  
  435.  7  THE JL's tried to convert a string to a number, which failed.
  436.     Perhaps the string contains chars. Perhaps it exceeds the
  437.     number format. Nevertheless, you can do nothing. Write me a
  438.     short message.
  439.  
  440.  8  JL.CNF, GT.CNF or another configuration file contains a
  441.     variable, which must be followed by a number. But within your
  442.     configuration file this variable isn't set to a number.
  443.     Perhaps it contains chars. Check the configuration file
  444.     and search for the specified variable.
  445.  
  446.  9  THE JL's tries to use a number, but the number is out of range.
  447.     Perhaps it exceeds the number format. Nevertheless, you can do
  448.     nothing. Write me a short message. Perhaps you have set
  449.     a variable within JL.CNF to an inpropper value. The error message
  450.     contains the name of the procedure, in which the range error
  451.     occured. Please give me this name too. This error means, that
  452.     i have specified a value, which hasn't been specified in this
  453.     procedure.
  454.  
  455. 10  THE JL's looks for an operand, but can't find it. Nevertheless,
  456.     you can do nothing. Write me a short message. Look into the HLP
  457.     file, if this option needs an parameter, which you haven't
  458.     specified.
  459.  
  460. 11  NOT IN USE. (out of range ?)
  461.  
  462. 12  Read the Error-Message.
  463.  
  464. 13
  465. 14
  466. 15
  467.  
  468. 16  Timeout. The JL's have detected a delay while waiting for an
  469.     input, which was longer than specified in JL.CNF.
  470.  
  471. 17  THE JL's want to print, but this is impossible. Perhaps the
  472.     printer is offline or the connection between the computer
  473.     and the printer is invalid.
  474.  
  475. 18  THE JL's try to find a record in the GT-User database, but
  476.     they don't find this record. Perhaps the index file must
  477.     be reconstructed. Check, if you find the record of the
  478.     specified Username in USER.CTL with a program like SYSOP.EXE.
  479.  
  480. 19  THE JL's tried to read a file and detected an uninspected
  481.     end of this file, so the format is invalid. This can happen,
  482.     if you have specified a wrong GT Version (the length of user-
  483.     record or a message-record are not identical between all GT Versions).
  484.     Look at the specified file and check, if the file looks
  485.     alright. An ioerror happened during reading the specified
  486.     file.
  487.  
  488. 20  A TurboPascal Error occured. If the TP error is #203, then use
  489.     the general option /!002. Nevertheless, you can do nothing.
  490.     Write me a short message with the errornumber of TurboPascal.
  491.  
  492. 21  You specified a GT-version in JL.CNF, which is not valid.
  493.     Look above, which settings are correct.
  494.  
  495. 22  NOT IN USE.
  496.  
  497. 23  THE JL's want to open a file, but this is impossible. Perhaps
  498.     because the PATH is incorrect or the file doesn't exist. Please
  499.     check the filename and look, if you have set the variables
  500.     MP=, HP=, LP= and QP= within JL.CNF correctly. Look if you can
  501.     find the specified file. Is the attribute perhaps hidden ?
  502.     Is the file in use by another program, which doesn't close the
  503.     file or give it free for writing ?
  504.  
  505. 24
  506.  
  507. 25  A line within JL.MSG hasn't been found. Your JL.MSG is invalid.
  508.     Have you changed it ?  Look into the original JL.MSG and add
  509.     this line.
  510.  
  511. 26  A line within JL.MSG was empty. You have killed a line, and now
  512.     this line is empty, but THE JL's need this line.
  513.  
  514. 27  THE JL's tried to write to a file, which failed. An ioerror happened
  515.     during writing to the specified file. Is this file perhaps read-only ?
  516.  
  517. 28  THE JL's tried to get the filepos of a file, which failed. An ioerror
  518.     happened during getting the filepos of the specified file. Is this file
  519.     perhaps read-only or used by another program ?
  520.  
  521. 29  THE JL's tried to seek a position in a file, which failed. An ioerror
  522.     happened during seeking this position in the specified file. Is this file
  523.     perhaps read-only or used by another program ?  Is this file too
  524.     short ?
  525.  
  526. 30  THE JL's tried to look, if the EOF of a file has been reached, which
  527.     failed. An ioerror happened during this action. Is this file perhaps
  528.     read-only or used by another program ?
  529.  
  530.  
  531.  
  532.  
  533. ┌────────────────────────────────────────────────────────────────────────────┐
  534. └────────────────────────────────────────────────────────────────────────────┘
  535.  
  536.  Please read HISTORY.DOC too.
  537.  
  538.  
  539.